projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
40749d5
)
ARM: uniphier: remove unneeded mdelay() in PLL setting function
author
Masahiro Yamada
<
[email protected]
>
Wed, 19 Oct 2016 07:26:49 +0000
(16:26 +0900)
committer
Masahiro Yamada
<
[email protected]
>
Sat, 29 Oct 2016 08:01:40 +0000
(17:01 +0900)
This delay is already cared by the callers of this function.
Signed-off-by: Masahiro Yamada <
[email protected]
>
arch/arm/mach-uniphier/clk/pll-base-ld20.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-uniphier/clk/pll-base-ld20.c
b/arch/arm/mach-uniphier/clk/pll-base-ld20.c
index a5027d20799f281ddd7c15a4ed0163708a0bb4c1..caa631d9f766ebb243d249078c3ec642b916dbde 100644
(file)
--- a/
arch/arm/mach-uniphier/clk/pll-base-ld20.c
+++ b/
arch/arm/mach-uniphier/clk/pll-base-ld20.c
@@
-67,8
+67,6
@@
int uniphier_ld20_sscpll_ssc_en(unsigned long reg_base)
if (!base)
return -ENOMEM;
- mdelay(1);
-
tmp = readl(base); /* SSCPLLCTRL */
tmp |= SC_PLLCTRL_SSC_EN;
writel(tmp, base);